Convert windows path to posix path by replaceing \ with /. It returns the path as is on non-windows
the path to convert
C:/folder will be converted to c:/folder
See Implementation
Convert windows path to posix path by replaceing \ with /. It returns the path as is on non-windows